home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Encoding:
Text File  |  2005-02-07  |  4.2 KB  |  188 lines

  1. object frmFind: TfrmFind
  2.   Left = 310
  3.   Top = 202
  4.   HelpContext = 1350
  5.   ActiveControl = Findtext
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   Caption = 'Find text in...'
  9.   ClientHeight = 189
  10.   ClientWidth = 382
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object SearchKind: TTntTabControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 382
  29.     Height = 153
  30.     Align = alTop
  31.     TabOrder = 0
  32.     Tabs.WideStrings = (
  33.       'Group &list pane'
  34.       'Article &header pane'
  35.       'Article &body pane')
  36.     TabIndex = 0
  37.     OnChange = SearchKindChange
  38.     object Panel1: TPanel
  39.       Left = 4
  40.       Top = 24
  41.       Width = 374
  42.       Height = 125
  43.       Align = alClient
  44.       BevelOuter = bvNone
  45.       TabOrder = 0
  46.       object Label1: TTntLabel
  47.         Left = 8
  48.         Top = 16
  49.         Width = 56
  50.         Height = 13
  51.         Caption = '&Text to find:'
  52.         Transparent = True
  53.       end
  54.       object Beveles1: TBevelesU
  55.         Left = 8
  56.         Top = 36
  57.         Width = 169
  58.         Height = 69
  59.         Shape = bsFrame
  60.         Caption = 'Options'
  61.         BorderWidth = 0
  62.       end
  63.       object Scope2: TTntGroupBox
  64.         Left = 183
  65.         Top = 36
  66.         Width = 190
  67.         Height = 69
  68.         Caption = 'Scope'
  69.         TabOrder = 5
  70.         object Option1: TtntAutoSizeCheckBox
  71.           Left = 8
  72.           Top = 18
  73.           Width = 117
  74.           Height = 17
  75.           Caption = 'Search &folder names'
  76.           TabOrder = 0
  77.         end
  78.         object Option2: TtntAutoSizeCheckBox
  79.           Left = 8
  80.           Top = 42
  81.           Width = 143
  82.           Height = 17
  83.           Hint = 'Slows down the search, so only check this if needed.'
  84.           Caption = 'Search &group descriptions'
  85.           ParentShowHint = False
  86.           ShowHint = True
  87.           TabOrder = 1
  88.         end
  89.       end
  90.       object Scope: TTntRadioGroup
  91.         Left = 183
  92.         Top = 36
  93.         Width = 190
  94.         Height = 85
  95.         Caption = 'Scope'
  96.         ItemIndex = 0
  97.         Items.WideStrings = (
  98.           '&Selected group'
  99.           '&All groups')
  100.         TabOrder = 4
  101.         Visible = False
  102.       end
  103.       object Matchcase: TtntAutoSizeCheckBox
  104.         Left = 16
  105.         Top = 50
  106.         Width = 76
  107.         Height = 17
  108.         Caption = '&Match case'
  109.         TabOrder = 1
  110.       end
  111.       object Wholewords: TtntAutoSizeCheckBox
  112.         Left = 16
  113.         Top = 67
  114.         Width = 82
  115.         Height = 17
  116.         Caption = '&Whole words'
  117.         TabOrder = 2
  118.       end
  119.       object RegExp: TtntAutoSizeCheckBox
  120.         Left = 16
  121.         Top = 84
  122.         Width = 110
  123.         Height = 17
  124.         Caption = '&Regular expression'
  125.         TabOrder = 3
  126.         OnClick = RegExpClick
  127.       end
  128.       object Findtext: TTntComboBox
  129.         Left = 80
  130.         Top = 8
  131.         Width = 289
  132.         Height = 23
  133.         DropDownCount = 12
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -11
  137.         Font.Name = 'Arial Unicode MS'
  138.         Font.Style = []
  139.         ItemHeight = 15
  140.         ParentFont = False
  141.         TabOrder = 0
  142.       end
  143.       object ResetViewCB: TtntAutoSizeCheckBox
  144.         Left = 16
  145.         Top = 101
  146.         Width = 93
  147.         Height = 17
  148.         Caption = 'Reset &View first'
  149.         TabOrder = 6
  150.         Visible = False
  151.         OnClick = RegExpClick
  152.       end
  153.     end
  154.   end
  155.   object Button1: TMMTNTBItBtn
  156.     Left = 224
  157.     Top = 160
  158.     Width = 75
  159.     Height = 25
  160.     Caption = '&OK'
  161.     Default = True
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clBtnText
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ParentFont = False
  168.     TabOrder = 1
  169.     OnClick = Button1Click
  170.   end
  171.   object CloseBtn: TMMTNTBItBtn
  172.     Left = 304
  173.     Top = 160
  174.     Width = 75
  175.     Height = 25
  176.     Cancel = True
  177.     Caption = '&Cancel'
  178.     Font.Charset = DEFAULT_CHARSET
  179.     Font.Color = clBtnText
  180.     Font.Height = -11
  181.     Font.Name = 'MS Sans Serif'
  182.     Font.Style = []
  183.     ModalResult = 2
  184.     ParentFont = False
  185.     TabOrder = 2
  186.   end
  187. end
  188.